Other Classes

The following classes are available globally.

  • Singleton to manage the background tasks. This class may be made internal in a future release. Similar functionality can be implemented with UIApplication’s beginBackgroundTask method.

    Declaration

    Swift

    public final class BackgroundTaskManager
  • The helper class for log information to console and log file.

    Declaration

    Swift

    @objc
    public class LogHelper : NSObject
  • This class provides APIs to listen to network reachability events of the device.

    Declaration

    Swift

    public final class ReachabilityManager
  • A PKCS12 (.p12) file parsing class.

    Declaration

    Swift

    @available(iOS 10.0, *)
    public final class PKCS12
  • RSA

    Helper class for RSA tasks.

    Declaration

    Swift

    public final class RSA
  • This class represents a Certificate Signing Request (CSR) object. A CSR is generated from an asymmetric key-pair. A CSR is used to request signature of a certificate by a certificate authority.

    Declaration

    Swift

    public final class SecCertificateSigningRequest